Carbon


GetComponentInstanceA5

Header: Components.h Carbon status: Unsupported

Retrieves the value of the A5 register for a specified connection.

SInt32 GetComponentInstanceA5 (
    ComponentInstance aComponentInstance
);
Parameter descriptions
aComponentInstance

The connection for which to retrieve the A5 value. The Component Manager provides a component instance to your component when the connection is opened. You can use a component identifier here, but you must coerce the data type appropriately.

function result

The value of the A5 register for the connection.

DISCUSSION

Your component sets the A5 register by calling the SetComponentInstanceA5 function.

AVAILABILITY

Not supported in Carbon. Not available in Carbon.

CARBON NOTES

Because there is no A5 world in Carbon, you cannot use the functions GetComponentInstanceA5 and SetComponentInstanceA5 to access A5 information.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)